Skip to main content

SampleRange Experimental

Represents a range of samples within an audio sample.

export class SampleRange {
begin: Float
end: Float
}
import { SampleRange } from audio_components
info

The sample range uses floating point values to allow for sub-sample precision.

This class was introduced as experimental feature in Kontakt 8.9.

Constructor

begin: Float Required

The starting sample index of the range.

end: Float Required

The ending sample index of the range.

Properties

begin: Float (get/set)

The starting sample index of the range.

end: Float (get/set)

The ending sample index of the range.